Skip to content

Commit

Permalink
update env
Browse files Browse the repository at this point in the history
  • Loading branch information
adrai committed Jan 6, 2025
1 parent 41e5941 commit 7bdb53d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 23 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node: [ '14', '12' ]
node: [ '22', '20', '18' ]
# os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
- run: npm install
Expand Down
11 changes: 0 additions & 11 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Introduction

[![Actions](https://github.com/i18next/i18next-emoji-postprocessor/workflows/node/badge.svg)](https://github.com/i18next/i18next-emoji-postprocessor/actions?query=workflow%3Anode)
[![Travis](https://img.shields.io/travis/i18next/i18next-emoji-postprocessor/master.svg?style=flat-square)](https://travis-ci.org/i18next/i18next-emoji-postprocessor)
[![npm version](https://img.shields.io/npm/v/i18next-emoji-postprocessor.svg?style=flat-square)](https://www.npmjs.com/package/i18next-emoji-postprocessor)

This is a postProcessor plugin for i18next using in Node.js and in the browser that replaces all words with emojis.
Expand Down
2 changes: 1 addition & 1 deletion licence
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2021 i18next
Copyright (c) 2025 i18next

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@
"@babel/preset-env": "7.23.3",
"babel-plugin-add-module-exports": "1.0.4",
"browserify": "17.0.0",
"eslint": "8.53.0",
"eslint": "8.57.1",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-n": "16.6.2",
"eslint-plugin-promise": "6.6.0",
"eslint-plugin-require-path-exists": "1.1.9",
"eslint-plugin-standard": "4.1.0",
"eslint-plugin-standard": "5.0.0",
"expect.js": "0.3.1",
"i18next": "23.7.1",
"mocha": "10.2.0",
"i18next": "24.2.1",
"mocha": "10.8.2",
"uglify-js": "3.17.4"
},
"description": "i18next-emoji-postprocessor is a postProcessor plugin for i18next using in Node.js and in the browser that replaces all words with emojis.",
Expand Down

0 comments on commit 7bdb53d

Please sign in to comment.