Skip to content

Commit 2814aca

Browse files
Merge pull request #75 from gchq/release/1.1.0
Amending node version used for publishing to npm
2 parents ad2e3aa + e30fde6 commit 2814aca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v2
4949
- uses: actions/setup-node@v1
5050
with:
51-
node-version: 10
51+
node-version: 18
5252
registry-url: https://registry.npmjs.org/
5353
- run: npm ci
5454
- run: npm publish

0 commit comments

Comments
 (0)