Skip to content

Commit

Permalink
fix: yml config
Browse files Browse the repository at this point in the history
  • Loading branch information
iChenLei authored Jan 15, 2024
1 parent 8f804df commit 2e63af3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
windows_test:
name: 'Test eslint-plugin-wxml on windows with node${{ env.NODE_VERSION }}'
name: Test eslint-plugin-wxml on windows with node20
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
- run: npm run test

macos_test:
name: 'Test eslint-plugin-wxml on macos with node${{ env.NODE_VERSION }}'
name: Test eslint-plugin-wxml on macos with node20
runs-on: ubuntu-latest

steps:
Expand Down

1 comment on commit 2e63af3

@vercel
Copy link

@vercel vercel bot commented on 2e63af3 Jan 15, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.