Skip to content

Commit

Permalink
chore: try nolyfill action
Browse files Browse the repository at this point in the history
  • Loading branch information
fengkx authored Jul 16, 2024
1 parent 0cf70f5 commit 64c7902
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests across different versions of node
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-nodejs

name: Node.js CI

on:
workflow_dispatch:

jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
node-version: [14.x, 16.x, 18.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v4
- uses: fengkx/nolyfill-action@master
with:
project_path: "{{env.GITHUB_WORKSPACE}}"
github_token: "{{secrets.GITHUB_TOKEN}}"

0 comments on commit 64c7902

Please sign in to comment.