Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
chrmod committed Oct 12, 2023
1 parent d058ac3 commit 8a0f667
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 19]
node-version: [16.x, 18.x, 19.x]
config: ["configs/ghostery.js", "configs/user-agent-ios.js"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Use Node.js 19
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 19.x

- name: Install
run: npm ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
node-version: [16, 18, 19]
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8a0f667

Please sign in to comment.