Skip to content

Commit 135cd73

Browse files
committed
Update CI actions config
1 parent ecbcb00 commit 135cd73

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,19 @@ jobs:
1010
node-version: [14.x, 16.x, 18.x, v18.16, '*']
1111

1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v2
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: ${{ matrix.node-version }}
18-
- run: npm install -g npm@^8
1918

2019
- run: npm ci
2120
- run: npm run build
2221
- run: npm test
2322

2423
- run: zip -r webextension.zip public/*
2524

26-
- uses: actions/upload-artifact@v3
25+
- uses: actions/upload-artifact@v4
2726
with:
2827
name: webextension
2928
path: webextension.zip

0 commit comments

Comments
 (0)